home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Double-Trouble.Form < prev    next >
Text File  |  1994-05-12  |  191b  |  29 lines

  1. Double-Trouble
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-3.0
  6.         x2= 3.0
  7.         y1=-2.15
  8.         y2= 2.15
  9.     }
  10.     {
  11.         c=pixel
  12.         z=pixel
  13.     }
  14.     {
  15.         z=z-c
  16.         z=z*z
  17.         t=z+[2.0,0.0]
  18.         t=t+z
  19.         z=t/c
  20.         p=z*t
  21.         p=p*c
  22.     }
  23.     {
  24.         p<c
  25.     }
  26.     {
  27.     }
  28. }
  29.